summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-04 22:40:11 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-21 16:56:55 +0200
commit07e8477f5a897730dd547d8b6af6d05db0cede81 (patch)
treed95f411d4776b60c7b56e2e51991c9c447ce9e9d
parentshared_translation: Add controller_applet_disabled (diff)
downloadyuzu-07e8477f5a897730dd547d8b6af6d05db0cede81.tar
yuzu-07e8477f5a897730dd547d8b6af6d05db0cede81.tar.gz
yuzu-07e8477f5a897730dd547d8b6af6d05db0cede81.tar.bz2
yuzu-07e8477f5a897730dd547d8b6af6d05db0cede81.tar.lz
yuzu-07e8477f5a897730dd547d8b6af6d05db0cede81.tar.xz
yuzu-07e8477f5a897730dd547d8b6af6d05db0cede81.tar.zst
yuzu-07e8477f5a897730dd547d8b6af6d05db0cede81.zip
-rw-r--r--src/yuzu/configuration/shared_translation.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp
index 473e29479..05cc942de 100644
--- a/src/yuzu/configuration/shared_translation.cpp
+++ b/src/yuzu/configuration/shared_translation.cpp
@@ -343,6 +343,7 @@ std::unique_ptr<ComboboxTranslationMap> ComboboxEnumeration(QWidget* parent) {
PAIR(TimeZone, Iran, "Iran"),
PAIR(TimeZone, Israel, "Israel"),
PAIR(TimeZone, Jamaica, "Jamaica"),
+ PAIR(TimeZone, Japan, "Japan"),
PAIR(TimeZone, Kwajalein, "Kwajalein"),
PAIR(TimeZone, Libya, "Libya"),
PAIR(TimeZone, Met, "MET"),
@@ -360,6 +361,8 @@ std::unique_ptr<ComboboxTranslationMap> ComboboxEnumeration(QWidget* parent) {
PAIR(TimeZone, Singapore, "Singapore"),
PAIR(TimeZone, Turkey, "Turkey"),
PAIR(TimeZone, Uct, "UCT"),
+ PAIR(TimeZone, Universal, "Universal"),
+ PAIR(TimeZone, Utc, "UTC"),
PAIR(TimeZone, WSu, "W-SU"),
PAIR(TimeZone, Wet, "WET"),
PAIR(TimeZone, Zulu, "Zulu"),